CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc des

搜索资源列表

  1. DES2

    0下载:
  2. 里面主要是DES算法的 vc++实现的,在VC6.0下调试通过-DES algorithm which is mainly vc++ to achieve, in the VC6.0 debugger through the next
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1952494
    • 提供者:何海炎
  1. DESChecker

    0下载:
  2. VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应。 -Written in VC++ source code viewer DES algorithm, DES algorithm is the current applications are very extensive, the main functi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:151814
    • 提供者:yzj
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. d3des

    0下载:
  2. DES(Data Encrypt Standard)加密算法,经常用的一种vc++加密算法,使用简单,这是DES加密算法的核心程序-DES (Data Encrypt Standard) encryption algorithm, often used as a vc++ encryption algorithm, simple to use DES encryption algorithm which is the core program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6097
    • 提供者:lord
  1. desciphe2r

    0下载:
  2. des 加密算法源码。能正确运行的代码。在VC++6.0上运行无误。-des encryption algorithm source code. Code to run correctly. In VC++6.0 to run correctly.
  3. 所属分类:CA program

    • 发布日期:2017-05-08
    • 文件大小:1576163
    • 提供者:faliu
  1. jiami

    0下载:
  2. DES ,RES ,AES,算法实现,源代码,比较详细,是网络安全课本的源代码,可以直接运行,不错-vc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1660185
    • 提供者:lxk613
  1. DESChecker

    0下载:
  2. VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应。-VC++ prepared by the DES algorithm viewer source code, DES algorithm is currently the already very extensive, the program' s ma
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:169186
    • 提供者:JOJOchen
  1. DesCrypt

    0下载:
  2. 与.net中DES加密算法对应的相应的VC++加密解密版本,可以解密用.net进行DES加密的字符串-And. Net in the DES encryption algorithm corresponding to the appropriate version of VC++ encryption and decryption can be used to decrypt. Net for DES encrypted string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:9553
    • 提供者:孙鹏飞
  1. shujujiami

    0下载:
  2. 实现DES数据加密,本算法使用VC开发,可以实现数据加密和解密-DES data encryption to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:95756
    • 提供者:王振
  1. des_vc_

    0下载:
  2. 了解vc环境下des的完成,和实现des的运算-complet the des in VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:12670
    • 提供者:teddy
  1. jiami

    0下载:
  2. 200多个常见的VC++加密算法代码,像DES、ASN、hex、rsa等等算法,加密也是常用的一种程序数据处理方式,实用性比较大。-More than 200 common encryption algorithm VC++ code, such as DES, ASN, hex, rsa, etc. algorithm, encryption is also a procedure commonly used in data processing, practical, relatively
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:392752
    • 提供者:suo618
  1. MyICQSource

    0下载:
  2. VC做的通讯软件 可以收发消息 添加删除好友 客户端与服务器端用DES的密钥加密方式通讯 皮肤系统 可以实现语言聊天-VC communications software to do add and delete friends can send and receive messages the client and server-side encryption key with the DES, the system can communicate the language of skin c
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-03
    • 文件大小:1039135
    • 提供者:刘德建
  1. DESChecker

    0下载:
  2. VC++编写的DES算法查看器源代码,希望对大家有所帮助-Written in VC++ source code viewer DES algorithm, we hope to help
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:151531
    • 提供者:张薇薇
  1. 447895073des_Csourcecode_V5.09

    0下载:
  2. des 加解密 带界面的 用VC++6.0写的-des encryption and decryption with the interface written using VC++6.0
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:6006
    • 提供者:鹤一空凌
  1. password-system

    0下载:
  2. 用VC++编程实现了RSA算法加密和解密运算,其中使用了DES系统-VC++ programming using the RSA algorithm for encryption and decryption operations, using DES system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5672289
    • 提供者:古狸
  1. des_code

    0下载:
  2. 他和是一个关于des 的雪崩效应的演示VC程序,基于VC-this is a program for des for nown beng
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:235945
    • 提供者:zhujun
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3902
    • 提供者:clint
  1. DES_VC-program-

    0下载:
  2. 介绍了数据加密的基本技术, 并对DES 加密技术进行了较详细的阐述。结合VC+ + 编程环境, 介绍了DES 加密程序实现的具体方法和编程思想。� 程序实现。-Introduces the basic data encryption technology, and the technology of the DES encrypted also presented in detail. Combined with VC++ programming environment, this
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:107701
    • 提供者:lx
  1. XINO_DES

    0下载:
  2. Des VC, development for DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:17439
    • 提供者:eCyber
  1. DES_system

    0下载:
  2. 窗口方式下的DES加密系统,做用VC开发完成,简单易用:输入文件名(带目录),点加密按键后加密,完成后在相同目录下生成加密文件。解密过程相反。-DES encryption system in window mode, do to complete development of the VC, easy to use: enter the file name (with directory), encryption keys to encrypt, finished in the same di
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:37338
    • 提供者:huding
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com